home *** CD-ROM | disk | FTP | other *** search
/ Nightshift Sound & Vision / Nightshift - Sound & Vision.iso / programs / anim / mcanim / mcanim.doc < prev    next >
Text File  |  1993-01-10  |  4KB  |  83 lines

  1.  
  2.     +========================================================================+
  3.     =                                                                        =
  4.     =                                                                        =
  5.     =                          MCAnim version 0.8                            =
  6.     =                                                                        =
  7.     =                                                                        =
  8.     =                                                                        =
  9.     =                            MCAnim - DocFile                            =
  10.     =                              ⌐ ASWare '92                              =
  11.     =                            by: Ekke Verheul                            =
  12.     =                                                                        =
  13.     =                                                                        =
  14.     +========================================================================+
  15.  
  16.     +========================================================================+
  17.     =                                                                        =
  18.     =                          SERIOUS DISCLAIMER                            =
  19.     =                                                                        =
  20.     =                     MCAnim is in the Public Domain.                    =
  21.     =                                                                        =
  22.     =    This program may be distributed in free electronic form, via        =
  23.     =    bulletin board or as part of a fully non-commercial and freely      =
  24.     =    redistributable disk. This manual and the examples (if any) must    =
  25.     =    be included, without modification, in any copy. All other rights    =
  26.     =    reserved. No warranties are made. All use is at your own risk.      =
  27.     =    Neither ASWare nor the author assume any responsibility or          =
  28.     =    liability whatsoever with respect to your use of this software.     =
  29.     =                                                                        =
  30.     +========================================================================+
  31.  
  32. ---------------------   PURPOSE:  ---------------------------------------------
  33.     MCAnim can play a LORES (DPaint) animation anywhere on a HIRES screen, with
  34.     one of nine colorbar-copperlists in any register. It was ment to be of use
  35.     for TV/video presentations, but it may be fun as well...
  36.  
  37.  
  38. ---------------------   USAGE:  -----------------------------------------------
  39.     > MCAnim <anim> [speed cop reg xpos ypos delay]
  40.  
  41.     anim:   name and path of any lowres (max 16 colors) DPaint animation.
  42.     speed:  a number (0-9), where 0 is fast: 50 (or 60) frames per second.
  43.     cop:    a number (0-8), nine different copperlists.
  44.     reg:    the register (0-15) the copperlist is placed in; 16 makes it
  45.             invisable.
  46.     xpos:   17 different horizontal positions: 0 (left) - 16 (right). -1 means
  47.             center.
  48.     ypos:   20 vertical positions: 0 (top) - 19 (down). A value of -1 puts the
  49.             animation in the middle.
  50.     delay:  since MCAnim "forbid"s, any reads from diskette will leave that
  51.             motor turned on. The default is 180: wait 3╜ (3) seconds before
  52.             "forbid". Make this 0 when played from harddisk.
  53.  
  54. ---------------------   DEVELOPING ENVIRONMENT:  ------------------------------
  55.     Computer : A2000, 1 MB Chip RAM, GVP Combo 40 Mhz, 8 MB 32-bits RAM,
  56.                Quantum 240 LPS, Syquest 44.
  57.     OS       : 2.04
  58.     Compiler : SAS/C Version 5.10b
  59.  
  60. ---------------------   BUGS:  ------------------------------------------------
  61.  
  62.     Be careful where you leave the pointer; it shouldn't be where your picture
  63.     is when the animation starts...
  64.  
  65.  
  66.     Please report any (other) bugs to:
  67.  
  68.     ASWare
  69.     t.a.v. Ekke Verheul
  70.     Postbus 2521
  71.     3000 CM  Rotterdam
  72.     The Netherlands
  73.  
  74.  
  75.